home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / mrerrcod.zip / MRERRCOD.TXT next >
Text File  |  1991-01-29  |  4KB  |  95 lines

  1.     Error   1: "Invalid function number"
  2.     Error   2: "File not found"
  3.     Error   3: "Path not found"
  4.     Error   4: "Too many open files"
  5.     Error   5: "File access denied"
  6.     Error   6: "Invalid file handle"
  7.     Error   7: "Memory control blocks destroyed."
  8.     Error   8: "Insufficient memory"
  9.     Error   9: "Invalid memory block address"
  10.     Error  10: "Invalid environment"
  11.     Error  11: "Invalid format"
  12.     Error  12: "Invalid file access code"
  13.     Error  13: "Invalid data"
  14.     Error  15: "Invalid drive number"
  15.     Error  16: "Cannot remove current directory"
  16.     Error  17: "Not same device" - (e.g., cannot rename across drives)
  17.     Error  18: "No more files"
  18.     Error  19: "Disk is write-protected"
  19.     Error  20: "Bad disk unit"
  20.     Error  21: "Drive not ready"
  21.     Error  22: "Invalid disk command"
  22.     Error  23: "CRC error"
  23.     Error  24: "Invalid length in disk operation"
  24.     Error  25: "Seek error"
  25.     Error  26: "Not a DOS disk"
  26.     Error  27: "Sector not found"
  27.     Error  28: "Out of paper"
  28.     Error  29: "Write fault"
  29.     Error  30: "Read fault"
  30.     Error  31: "General failure"
  31.     Error  32: "Sharing violation"
  32.     Error  33: "Lock violation"
  33.     Error  34: "Wrong disk"
  34.     Error  35: "FCB unavailable"
  35.     Error  36: "Sharing buffer overflow"
  36.     Error  50: "Network request not supported"
  37.     Error  51: "Remote ocmputer not listening"
  38.     Error  52: "Duplicate name on network"
  39.     Error  53: "Network path not found"
  40.     Error  54: "Network busy"
  41.     Error  55: "Network device no longer exists"
  42.     Error  56: "Net BIOS command limit exceeded"
  43.     Error  57: "Network adapter hardware error"
  44.     Error  60: "Incompatible remote adapter"
  45.     Error  61: "Print queue full"
  46.     Error  62: "Not enough space for print file"
  47.     Error  63: "Print file was canceleed"
  48.     Error  64: "Network name was deleted"
  49.     Error  65: "Access denied"
  50.     Error  66: "Network device type incorrect"
  51.     Error  67: "Network name not found"
  52.     Error  68: "Network name limit exceeded"
  53.     Error  69: "Net BIOS session limit exceeded"
  54.     Error  70: "Temporarily paused"
  55.     Error  71: "Network request not accepted"
  56.     Error  72: "Print of disk redirection is paused"
  57.     Error  80: "File exists"
  58.     Error  82: "Cannot make"
  59.     Error  83: "Interrupt 24H failure"
  60.     Error  84: "Out of structures"
  61.     Error  85: "Already assigned"
  62.     Error  86: "Invalid password"
  63.     Error  87: "Invalid parameter"
  64.     Error  88: "Net write fault"
  65.     Error 100: "Disk read error" - (e.g.,tried to read past end of file)
  66.     Error 101: "Disk write error" - (e.g., disk may be full)
  67.     Error 102: "File not assigned"
  68.     Error 103: "File not open"
  69.     Error 104: "File not open for input"
  70.     Error 105: "File not open for output"
  71.     Error 106: "Invalid numeric format or possible file format error"
  72.     Error 150: "Disk is write-protected"
  73.     Error 151: "Unknown unit"
  74.     Error 152: "Drive not ready"
  75.     Error 153: "Unknown command"
  76.     Error 154: "CRC error in data"
  77.     Error 155: "Bad drive request structure length"
  78.     Error 156: "Disk seek error"
  79.     Error 157: "Unknown media type"
  80.     Error 158: "Sector not found"
  81.     Error 159: "Printer out of paper"
  82.     Error 160: "Device write fault" - (e.g., printer may not be on-line)
  83.     Error 161: "Device read fault"
  84.     Error 162: "Hardware failure"
  85.     Error 200: "Division by zero"
  86.     Error 201: "Range check error"
  87.     Error 202: "Stack overflow"
  88.     Error 203: "Heap overflow"
  89.     Error 204: "Invalid pointer operation"
  90.     Error 205: "Floating point overflow"
  91.     Error 206: "Floating point underflow"
  92.     Error 207: "Invalid floating point operation"
  93.     Error 208: "Overlay manager not installed"
  94.     Error 209: "Overlay file read error"
  95.